summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-02-17 22:46:54 +0000
committerPeter Jones <pjones@redhat.com>2006-02-17 22:46:54 +0000
commit949c65911ad972efa64dc5bec5b40f51e2963b5e (patch)
tree34eec8fbf2f3d8f43cbff31fb758980d5bd485b2
parent599cecd6914fb1bb46f8f3c390950758e5d4a17e (diff)
downloadanaconda-949c65911ad972efa64dc5bec5b40f51e2963b5e.tar.gz
anaconda-949c65911ad972efa64dc5bec5b40f51e2963b5e.tar.xz
anaconda-949c65911ad972efa64dc5bec5b40f51e2963b5e.zip
- fix stray makefile change
-rw-r--r--isys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/Makefile b/isys/Makefile
index 138f7dfd2..9767ee953 100644
--- a/isys/Makefile
+++ b/isys/Makefile
@@ -1,6 +1,6 @@
include ../Makefile.inc
-CFLAGS = -ffunction-sections -I$(PYTHONINCLUDE) -I.. -Wall -Os -g -DHAVE_NFS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -Werror -Wno-pointer-sign
+CFLAGS = -ffunction-sections -I$(PYTHONINCLUDE) -I.. -Wall -Os -g -DHAVE_NFS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -Werror
OBJECTS = nfsmount.o nfsmount_clnt.o nfsmount_xdr.o imount.o getmacaddr.o \
smp.o devnodes.o cpio.o uncpio.o dasd.o \