summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-09 16:30:56 +0000
committerMatt Wilson <msw@redhat.com>2000-05-09 16:30:56 +0000
commit937102d888682b6fa83e51e1422665ed2558d8e0 (patch)
tree5c7c74d00e494b7d8be1ca8a23fecd834db5582f
parentb085dbf9fa656f8eeefb7eeaa6c532647f1cf388 (diff)
downloadanaconda-937102d888682b6fa83e51e1422665ed2558d8e0.tar.gz
anaconda-937102d888682b6fa83e51e1422665ed2558d8e0.tar.xz
anaconda-937102d888682b6fa83e51e1422665ed2558d8e0.zip
fix what ewt broke
-rw-r--r--edd/Makefile2
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: