diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-07-20 12:09:42 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-07-20 12:09:42 (GMT) |
commit | 1b73d4228fc3269284427ed574b9f35775315488 (patch) | |
tree | e70bd2e70c75ae1b8282ce320d830284156cd5a7 /Makefile | |
parent | 6c181e11f30cfb58688f327326a03f268ee3790a (diff) | |
download | swift-1b73d4228fc3269284427ed574b9f35775315488.zip swift-1b73d4228fc3269284427ed574b9f35775315488.tar.bz2 |
Use icon in menulet.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) $< > $@ |