diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-01-28 05:42:40 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-01-28 05:42:40 +0000 |
commit | 3a59c7122f5fc5d599b1dba18ecd901523c085c9 (patch) | |
tree | c4bfe0c6416300b05fe487a5cd3481bda0b3d66e /isys | |
parent | c0e7f0a1221ec59a4d3108acef571a39a97197f7 (diff) | |
download | anaconda-3a59c7122f5fc5d599b1dba18ecd901523c085c9.tar.gz anaconda-3a59c7122f5fc5d599b1dba18ecd901523c085c9.tar.xz anaconda-3a59c7122f5fc5d599b1dba18ecd901523c085c9.zip |
oops, didn't mean to commit that
Diffstat (limited to 'isys')
-rw-r--r-- | isys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/Makefile b/isys/Makefile index 99e754b31..b864d7619 100644 --- a/isys/Makefile +++ b/isys/Makefile @@ -44,7 +44,7 @@ all: subdirs $(PYMODULES) libisys.a $(DIETLIB) $(CC) -c $(CFLAGS) -fPIC -o $@ $< %.do: %.c - $(DIET) $(CC) -c $(CFLAGS) -DDIET=1 "-Du_char=unsigned char" -o $@ $< + $(DIET) $(CC) -c $(CFLAGS) -DGZLIB=1 -DDIET=1 "-Du_char=unsigned char" -o $@ $< _isys.so: isys.lo $(SOBJECTS) gcc -shared -g -o $@ isys.lo $(SOBJECTS) $(LOADLIBES) |