OSDN Git Service

Force a remake, on package version updates.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Wed, 29 May 2013 22:16:30 +0000 (23:16 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Wed, 29 May 2013 22:16:30 +0000 (23:16 +0100)
ChangeLog
Makefile.in

index bd5997d..00a4633 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2013-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
+       Force a remake, on package version updates.
+
+       * Makefile.in (pexports.OBJEXT): Make it depend on Makefile; this
+       indirectly captures changes, when configure.ac is updated.
+
+2013-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
        Update program identification, via configuration process.
 
        * pexports.c (main): Update identification text; remove references...
index e40d1c7..4b06680 100644 (file)
@@ -99,6 +99,7 @@ sinclude *.dep
 %.c: %.y
        $(YACC) $(YFLAGS) -o $@ $<
 
+pexports.$(OBJEXT): Makefile
 hlex.$(OBJEXT): hlex.c hparse.h
 hparse.h: hparse.c