VERSION, rpmdist.mk: Invoke configure if present

This commit is contained in:
Jan Lindemann 2002-07-11 07:18:20 +00:00 committed by Jan Lindemann
commit 2ffaf0d8e6
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1.1.0-11-dev
1.1.0-12-dev

View file

@ -90,9 +90,9 @@ $(DIST_PCKG_DIR)/$(PCKG_RPM_RUN_I386) $(DIST_PCKG_DIR)/$(PCKG_RPM_DEVEL_I386): $
$(DIST_PCKG_DIR)/CURRENT_%: $(TOPDIR)/VERSION
echo $(CURRENT_$*) > $@
build.dist: $(DIST_FILES)
upload.dist:
if [ -f configure -o -f configure.ac -o -f configure.ac.tmpl ]; then make config; fi
make $(REMOTE_TARGETS)
touch $@.done