summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2009-01-08 18:26:47 +0100
committerMatthias Hopf <mhopf@suse.de>2009-01-08 18:26:47 +0100
commitc3ab674249eb5cf3d26ce98feefbcc69c3057c31 (patch)
treec2922fc50b8a6f3e9975e3e52cbfeeb18a833463
parent51ebbc5ab7f6252c15f5bc618d99ec7051d2e47c (diff)
Do not hardcode atombios.h file location.
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 67c8ab3..dc59ff0 100644
--- a/Makefile
+++ b/Makefile
@@ -11,10 +11,6 @@ atomdis: $(SRC:.c=.o)
# Autogenerated files
-atombios.h:
- test -r ../ATI/atombios.h
- ln -s ../ATI/atombios.h .
-
datastructs_gen.c: atombios.h datastructs_factory.pl
cpp atombios.h | perl ./datastructs_factory.pl > datastructs_gen.c
@@ -23,7 +19,7 @@ datastructs_gen.c: atombios.h datastructs_factory.pl
clean: _always_
-rm -f *.o *.d
- -rm -f atombios.h datastructs_gen.c
+ -rm -f datastructs_gen.c
distclean: clean
-rm -f *~