diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-09 16:30:56 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-09 16:30:56 +0000 |
commit | 937102d888682b6fa83e51e1422665ed2558d8e0 (patch) | |
tree | 5c7c74d00e494b7d8be1ca8a23fecd834db5582f /edd/Makefile | |
parent | b085dbf9fa656f8eeefb7eeaa6c532647f1cf388 (diff) | |
download | anaconda-937102d888682b6fa83e51e1422665ed2558d8e0.tar.gz anaconda-937102d888682b6fa83e51e1422665ed2558d8e0.tar.xz anaconda-937102d888682b6fa83e51e1422665ed2558d8e0.zip |
fix what ewt broke
Diffstat (limited to 'edd/Makefile')
-rw-r--r-- | edd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edd/Makefile b/edd/Makefile index 19d3860c6..dd9af299b 100644 --- a/edd/Makefile +++ b/edd/Makefile @@ -16,7 +16,7 @@ edd: lrmi.c edd.c gcc -DDEBUG -o edd lrmi.c edd.c eddmodule.so: pyedd.c edd.o lrmi.o - gcc -c -o pyedd.o -fpic pyedd.c + gcc -c -o pyedd.o -fpic pyedd.c $(CFLAGS) gcc -shared -g -o $@ pyedd.o edd.o lrmi.o clean: |