summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-23 05:20:03 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-23 05:20:03 +0200
commit7d6d22db7bf177050c593e9777e6554523364bce (patch)
tree2f6db2ded8cc29733b2ed0f36ad58a3bc820786a /Makefile
parent633a29469488020da04c7dc2f305021deb960b25 (diff)
downloadqpdf-7d6d22db7bf177050c593e9777e6554523364bce.tar.zst
remove embedded external libs; replace with different mechanism
git-svn-id: svn+q:///qpdf/trunk@868 71b93d88-0707-0410-a8cf-f5a4172ac649
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: ;))