summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-10-22 22:18:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-10-22 22:18:24 +0000
commitef769500d41fbce85f015c33a460046e3b51ac7d (patch)
tree836e332b88cdee65eedfded2e56dc1c5e196a165
parent23692574a2d116018e2c52628b83eb1ed4cefc39 (diff)
downloadgnurl-ef769500d41fbce85f015c33a460046e3b51ac7d.tar.gz
gnurl-ef769500d41fbce85f015c33a460046e3b51ac7d.tar.bz2
gnurl-ef769500d41fbce85f015c33a460046e3b51ac7d.zip
Nir Soffer fixed a cp line and got rid of an rm
-rw-r--r--lib/libcurl.framework.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurl.framework.make b/lib/libcurl.framework.make
index 6c326a49e..7be2caba4 100644
--- a/lib/libcurl.framework.make
+++ b/lib/libcurl.framework.make
@@ -1,4 +1,5 @@
-# to build Mac OS X framework call the following line with the directory set properly to lib
+# to build Mac OS X framework call the following line with the directory set
+# properly to lib:
# make build -e -f libcurl.framework.make
TMP_DIR = ../lib/.lib
LIB_DIR = ../lib
@@ -117,8 +118,7 @@ $(LIB_DIR)/libcurl.framework: $(OBJECTS) $(LIB_DIR)/libcurl.plist
-o $(LIB_DIR)/libcurl.framework/Versions/A/libcurl
cp $(LIB_DIR)/libcurl.plist $(LIB_DIR)/libcurl.framework/Versions/A/Resources/Info.plist
mkdir -p $(LIB_DIR)/libcurl.framework/Versions/A/Headers
- cp $(LIB_DIR)/../include/curl/* $(LIB_DIR)/libcurl.framework/Versions/A/Headers
- rm $(LIB_DIR)/libcurl.framework/Versions/A/Headers/Make*
+ cp $(LIB_DIR)/../include/curl/*.h $(LIB_DIR)/libcurl.framework/Versions/A/Headers
cd $(LIB_DIR)/libcurl.framework; \
ln -fs ./Versions/A/libcurl libcurl; \
ln -fs ./Versions/A/Resources Resources; \