|
@@ -31,11 +31,13 @@ aclocal.m4: $(wildcard automake/*.m4)
|
|
|
configure: configure.in aclocal.m4
|
|
configure: configure.in aclocal.m4
|
|
|
autoconf
|
|
autoconf
|
|
|
|
|
|
|
|
-config.h.in: configure.in
|
|
|
|
|
|
|
+$(BUILD)/stamp.config.h.in: configure.in
|
|
|
|
|
+ install -d $(@D)
|
|
|
autoheader
|
|
autoheader
|
|
|
|
|
+ touch $@
|
|
|
|
|
|
|
|
# Setup the buildlocation
|
|
# Setup the buildlocation
|
|
|
-$(BUILD)/configure-stamp: configure config.h.in
|
|
|
|
|
|
|
+$(BUILD)/configure-stamp: configure $(BUILD)/stamp.config.h.in
|
|
|
$(checkdir)
|
|
$(checkdir)
|
|
|
install -d $(@D)
|
|
install -d $(@D)
|
|
|
cd $(@D) && LDFLAGS=$(LDFLAGS) $(CURDIR)/configure \
|
|
cd $(@D) && LDFLAGS=$(LDFLAGS) $(CURDIR)/configure \
|