summaryrefslogtreecommitdiffstats
path: root/addon/configgen
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-11-05 19:00:55 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-11-05 19:00:55 (GMT)
commitb12b7063e268e5cdf4f2dcd871c2447efa64e5c3 (patch)
tree912d22a207a65d4bb3ea7b2082ae40a279f17dd0 /addon/configgen
parent4da971ee56729e0eb2b3a89f763fa0c410f02fc7 (diff)
downloadDoxygen-b12b7063e268e5cdf4f2dcd871c2447efa64e5c3.zip
Doxygen-b12b7063e268e5cdf4f2dcd871c2447efa64e5c3.tar.gz
Doxygen-b12b7063e268e5cdf4f2dcd871c2447efa64e5c3.tar.bz2
Release-1.2.3-20001105
Diffstat (limited to 'addon/configgen')
-rw-r--r--addon/configgen/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/addon/configgen/Makefile.in b/addon/configgen/Makefile.in
index aa8dd7a..a58d145 100644
--- a/addon/configgen/Makefile.in
+++ b/addon/configgen/Makefile.in
@@ -16,7 +16,7 @@ all: Makefile.configgen config.h config.l
$(MAKE) -f Makefile.configgen $@
Makefile.configgen: configgen.pro
- $(PERL) $(TMAKE) configgen.pro >Makefile.configgen
+ export TMAKEPATH=$(TMAKEPATH) ; $(PERL) $(TMAKE) configgen.pro >Makefile.configgen
config.h: $(CFGGEN_DIR)/configgen config_templ.h
$(CFGGEN_DIR)/configgen config_templ.h >config.h
@@ -28,7 +28,7 @@ $(CFGGEN_DIR)/configgen: Makefile.configgen configgen.cpp
$(MAKE) -f Makefile.configgen
tmake:
- $(PERL) $(TMAKE) configgen.pro >Makefile.configgen
+ export TMAKEPATH=$(TMAKEPATH) ; $(PERL) $(TMAKE) configgen.pro >Makefile.configgen
install:
$(CP) config.l config.h ../../src