PERFORCE change 92279 for review

Todd Miller millert at FreeBSD.org
Thu Feb 23 10:59:50 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=92279

Change 92279 by millert at millert_g4tower on 2006/02/23 18:59:05

	Remove security.h in the clean pass too

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/darwin/libmac/Makefile#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/darwin/libmac/Makefile#4 (text+ko) ====

@@ -26,12 +26,12 @@
 		$(DSTROOT)/usr/share/man/man3/
 
 clean:
-	rm -f lib$(LIB).a $(OBJS) security.c
+	rm -f lib$(LIB).a $(OBJS) security.[ch]
 
 lib$(LIB).a:: $(OBJS)
 	rm -f lib$(LIB).a
 	$(AR) lib$(LIB).a `lorder $(OBJS) | tsort -q`
 	$(RANLIB) lib$(LIB).a
 
-security.c: $(MIGSOURCE)/security.defs
+security.c security.h: $(MIGSOURCE)/security.defs
 	mig $(CFLAGS) -user $@ -header security.h -server /dev/null -sheader /dev/null $(MIGSOURCE)/security.defs


More information about the p4-projects mailing list