Changes to gnats/gnats/Makefile.in
Milan Zamazal <[email protected]> Sun, 04 Aug 2002 06:57:20 -0400
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/gnats/Makefile.in diff -c gnats/gnats/Makefile.in:1.58 gnats/gnats/Makefile.in:1.59 *** gnats/gnats/Makefile.in:1.58 Tue May 21 02:40:32 2002 --- gnats/gnats/Makefile.in Sun Aug 4 06:57:17 2002 *************** *** 252,257 **** --- 252,258 ---- @echo Creating mkdb... @sed -e 's,xGNATS_USERx,$(GNATS_USER),g' \ -e 's,xLIBEXECDIRx,$(libexecdir),g' \ + + -e 's,xGLOBAL_DB_LIST_FILEx,$(GLOBAL_DB_LIST_FILE),g' \ -e 's,xSYSCONFDIRx,$(sysconfdir),g' $(srcdir)/mkdb.sh > $@-t @mv $@-t $@ @chmod a+x $@