summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-07-20 12:09:42 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-07-20 12:09:42 (GMT)
commit1b73d4228fc3269284427ed574b9f35775315488 (patch)
treee70bd2e70c75ae1b8282ce320d830284156cd5a7 /Makefile
parent6c181e11f30cfb58688f327326a03f268ee3790a (diff)
downloadswift-1b73d4228fc3269284427ed574b9f35775315488.zip
swift-1b73d4228fc3269284427ed574b9f35775315488.tar.bz2
Use icon in menulet.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe9602a..f5bab96 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ endif
endif
%/PkgInfo:
- echo -n -e "APPL\x3f\x3f\x3f\x3f" > $@
+ printf "APPL\77\77\77\77" > $@
%.dep: %.cpp
$(QUIET_MM)$(MM) -MM -MG -MT $(basename $@).o $(CPPFLAGS) $(filter-out -arch armv6 -arch i386 -arch ppc,$(CXXFLAGS)) $< > $@