summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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)) $< > $@