Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwkendrick <wkendrick>2011-04-27 00:16:35 (GMT)
committer wkendrick <wkendrick>2011-04-27 00:16:35 (GMT)
commit27be90f9ee82a8c23abe4d7df9ab10ba1f2fd0d1 (patch)
tree43ebc3f827f6c07df54e03bdda11758d99230031
parent5bd1f3d921d2aae08f9096f1468e39aef52965b2 (diff)
-e didn't do what I thought it did :^P
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3683ec8..78ef461 100644
--- a/Makefile
+++ b/Makefile
@@ -1072,7 +1072,7 @@ obj/resource.o: win32/resources.rc win32/resource.h
src/tp_magic_api.h: src/tp_magic_api.h.in
@echo
@echo "...Generating 'Magic' tool API development header file..."
- @(echo -e "/*\n\n\n\n\n\n\n\nDO NOT EDIT ME!\n\n\n\n\n\n\n\n*/" ; cat src/tp_magic_api.h.in) | sed -e s/__APIVERSION__/$(MAGIC_API_VERSION)/ > src/tp_magic_api.h
+ @(echo "/*\n\n\n\n\n\n\n\nDO NOT EDIT ME!\n\n\n\n\n\n\n\n*/" ; cat src/tp_magic_api.h.in) | sed -e s/__APIVERSION__/$(MAGIC_API_VERSION)/ > src/tp_magic_api.h
tp-magic-config: src/tp-magic-config.sh.in Makefile