diff lib-src/Makefile.in.in @ 276:6330739388db r21-0b36

Import from CVS: tag r21-0b36
author cvs
date Mon, 13 Aug 2007 10:30:37 +0200
parents c5d627a313b1
children c42ec1d1cded
line wrap: on
line diff
--- a/lib-src/Makefile.in.in	Mon Aug 13 10:29:43 2007 +0200
+++ b/lib-src/Makefile.in.in	Mon Aug 13 10:30:37 2007 +0200
@@ -53,7 +53,7 @@
 configuration=@configuration@
 ## ==================== Utility Programs for the Build =================
 
-INSTALL = @INSTALL@
+INSTALL = @install_pp@ @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@
 
@@ -252,7 +252,7 @@
 	$(CC) -c `echo $(cflags) | sed 's/-Demacs/ /'` \
 		-DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c
 
-etags_args = -I. $(cflags) -I${srcdir} -I${srcdir}/../src \
+etags_args = -DOO_BROWSER -I. $(cflags) -I${srcdir} -I${srcdir}/../src \
 	-DVERSION='"${version}"' ${srcdir}/etags.c \
 	$(GETOPTOBJS) regex.o $(ldflags)
 etags_deps   = ${srcdir}/etags.c $(GETOPTDEPS) regex.o ../src/config.h