add dependencies from the generated source files to the header files
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11190 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -127,10 +127,10 @@ libkrb5_la_LDFLAGS = -version-info 18:3:1 | ||||
|  | ||||
| $(libkrb5_la_OBJECTS): $(srcdir)/krb5-protos.h $(srcdir)/krb5-private.h | ||||
|  | ||||
| $(srcdir)/krb5-protos.h: | ||||
| $(srcdir)/krb5-protos.h: $(ERR_FILES) | ||||
| 	cd $(srcdir); perl ../../cf/make-proto.pl -q -P comment -o krb5-protos.h $(libkrb5_la_SOURCES) || rm -f krb5-protos.h | ||||
|  | ||||
| $(srcdir)/krb5-private.h: | ||||
| $(srcdir)/krb5-private.h: $(ERR_FILES) | ||||
| 	cd $(srcdir); perl ../../cf/make-proto.pl -q -P comment -p krb5-private.h $(libkrb5_la_SOURCES) || rm -f krb5-private.h | ||||
|  | ||||
| #libkrb5_la_LIBADD = ../com_err/error.lo ../com_err/com_err.lo | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund