summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b1ed8d9..c192f5c 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ atomdis: $(SRC:.c=.o)
# Autogenerated files
datastructs_gen.c: atombios.h atombios_rev.h datastructs_factory.pl
- cpp atombios_rev.h | perl ./datastructs_factory.pl > datastructs_gen.c
+ cpp atombios_rev.h | perl ./datastructs_factory.pl > datastructs_gen.c 2>/dev/null || cpp atombios_rev.h | perl ./datastructs_factory.pl >/dev/null
# Clean
@@ -42,7 +42,7 @@ $(SRC:.c=.d): datastructs_gen.c
# Special Flags + Dependencies
-datastructs.o: CFLAGS += -Wno-unused
+datastructs.o: CFLAGS += -Wno-unused -Wno-unknown-pragmas
_always_:
@true