• R/O
  • HTTP
  • SSH
  • HTTPS

pexports: Commit

Windows DLL exported symbols listing utility


Commit MetaInfo

Revisiond2c308679351b87a0496e2b49985bfdbdd07b1b8 (tree)
Time2013-05-30 07:16:30
AuthorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Force a remake, on package version updates.

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
11 2013-05-29 Keith Marshall <keithmarshall@users.sourceforge.net>
22
3+ Force a remake, on package version updates.
4+
5+ * Makefile.in (pexports.OBJEXT): Make it depend on Makefile; this
6+ indirectly captures changes, when configure.ac is updated.
7+
8+2013-05-29 Keith Marshall <keithmarshall@users.sourceforge.net>
9+
310 Update program identification, via configuration process.
411
512 * pexports.c (main): Update identification text; remove references...
--- a/Makefile.in
+++ b/Makefile.in
@@ -99,6 +99,7 @@ sinclude *.dep
9999 %.c: %.y
100100 $(YACC) $(YFLAGS) -o $@ $<
101101
102+pexports.$(OBJEXT): Makefile
102103 hlex.$(OBJEXT): hlex.c hparse.h
103104 hparse.h: hparse.c
104105
Show on old repository browser