aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index e3244fcd..689863ce 100644
--- a/Makefile
+++ b/Makefile
@@ -23,9 +23,7 @@
# and make maintainer-clean to remove everything that is generated
# including things distributed with the source distribution. You can
# pass CLEAN=1 to prevent this Makefile from complaining if
-# ./configure has not been run. If you are cleaning from Windows, you
-# may also need to add BUILD_EXTERNAL_LIBS=1 to make sure you can that
-# as well.
+# ./configure has not been run.
# The install target works as usual and obeys --prefix and so forth
# passed to ./configure. You can also pass DESTDIR=/dir to make
@@ -54,10 +52,6 @@ include autoconf.mk
endif
-ifeq ($(BUILD_EXTERNAL_LIBS),1)
- BUILD_ITEMS := external-libs $(BUILD_ITEMS)
-endif
-
# Prevent gnu make from trying to rebuild .dep files
$(foreach B,$(BUILD_ITEMS),$(eval \
$(B)/$(OUTPUT_DIR)/%.dep: ;))