diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-09 15:39:48 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-09 15:39:48 +0000 |
commit | a3770073c3eb60219533134f6bcc4f3455cbad99 (patch) | |
tree | 159343af724b7e6b673f08f7bdaa044a17fbba5d /edd | |
parent | 476b5df1cf40efc19a0e3346821e15325d90ef9b (diff) | |
download | anaconda-a3770073c3eb60219533134f6bcc4f3455cbad99.tar.gz anaconda-a3770073c3eb60219533134f6bcc4f3455cbad99.tar.xz anaconda-a3770073c3eb60219533134f6bcc4f3455cbad99.zip |
typo
Diffstat (limited to 'edd')
-rw-r--r-- | edd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edd/Makefile b/edd/Makefile index 171f50fa1..0097864c2 100644 --- a/edd/Makefile +++ b/edd/Makefile @@ -1,6 +1,6 @@ CFLAGS=-Wall -O -g -fpic# -DDEBUG -TARGETS=eddmodule.so libedd.a(edd.o, lrmi.o) +TARGETS=eddmodule.so libedd.a(edd.o lrmi.o) all: $(TARGETS) |