]> git.saurik.com Git - apt.git/blobdiff - Makefile
Fixed an internal error from joeyh
[apt.git] / Makefile
index 55d7ade6c61ccc57f8f89a4dd350a43423a42701..88a451c9332f654b5f1ed2364c2a7c0bd4c1eb23 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,11 @@ all headers library clean veryclean binary program doc:
        $(MAKE) -C methods $@
 #      $(MAKE) -C methods/ftp $@
        $(MAKE) -C cmdline $@
+       $(MAKE) -C dselect $@
+ifdef GUI      
        $(MAKE) -C deity $@
        $(MAKE) -C gui $@
+endif
        $(MAKE) -C doc $@
 
 # Some very common aliases
@@ -23,6 +26,7 @@ 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
 include buildlib/configure.mak
+$(BUILDDIR)/include/config.h: buildlib/config.h.in
+$(BUILDDIR)/environment.mak: buildlib/environment.mak.in
+$(BUILDDIR)/makefile: buildlib/makefile.in