]> git.saurik.com Git - apt.git/blobdiff - Makefile
Fixed make woops
[apt.git] / Makefile
index 55d7ade6c61ccc57f8f89a4dd350a43423a42701..b10011873bab307e6b94b5733dd16ea711ef6d57 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,6 @@ maintainer-clean dist-clean distclean pristine sanity: veryclean
 # The startup target builds the necessary configure scripts. It should
 # be used after a CVS checkout.
 CONVERTED=environment.mak include/config.h makefile
-$(BUILD)/include/config.h: buildlib/config.h.in
-$(BUILD)/environment.mak: buildlib/environment.mak.in
+$(BUILDDIR)/include/config.h: buildlib/config.h.in
+$(BUILDDIR)/environment.mak: buildlib/environment.mak.in
 include buildlib/configure.mak