summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2009-06-26 14:33:29 +0200
committerMatthias Hopf <mhopf@suse.de>2009-06-26 14:33:29 +0200
commitb8350b86a1ea6c39c6f5213a7956f3b459bcdefd (patch)
tree936db1ab3346b8a4942bfa6bfc83cd9f3e599bee /Makefile
parent25b6a9daa071c62d1f5a00b68fce59f567999ed9 (diff)
Add reverse engineered PowerPlayInfo V4.1 table dumper.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dc59ff0..40fcd12 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,8 @@ atomdis: $(SRC:.c=.o)
# Autogenerated files
-datastructs_gen.c: atombios.h datastructs_factory.pl
- cpp atombios.h | perl ./datastructs_factory.pl > datastructs_gen.c
+datastructs_gen.c: atombios.h atombios_rev.h datastructs_factory.pl
+ cat atombios.h atombios_rev.h | cpp | perl ./datastructs_factory.pl > datastructs_gen.c
# Clean