Changes to gnats/gnats/Makefile.in
Milan Zamazal <[email protected]> Sun, 04 Aug 2002 13:15:39 -0400
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/gnats/Makefile.in diff -c gnats/gnats/Makefile.in:1.59 gnats/gnats/Makefile.in:1.60 *** gnats/gnats/Makefile.in:1.59 Sun Aug 4 06:57:17 2002 --- gnats/gnats/Makefile.in Sun Aug 4 13:15:39 2002 *************** *** 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 $@ --- 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 $@