diff options
author | Matt Wilson <msw@redhat.com> | 1999-07-06 16:25:11 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-07-06 16:25:11 +0000 |
commit | b2e764578f736be7f38cdb7664a47f50448a40ed (patch) | |
tree | abdea39b0748c4e566bef9bcab8f8b0989864f2d /isys/pci | |
parent | 9f133caa4aaaf6e73de50c7598e84d383de74400 (diff) | |
download | anaconda-b2e764578f736be7f38cdb7664a47f50448a40ed.tar.gz anaconda-b2e764578f736be7f38cdb7664a47f50448a40ed.tar.xz anaconda-b2e764578f736be7f38cdb7664a47f50448a40ed.zip |
Don't define TESTING - it dupes main()
Diffstat (limited to 'isys/pci')
-rw-r--r-- | isys/pci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/pci/Makefile b/isys/pci/Makefile index 43f9da827..fcecced15 100644 --- a/isys/pci/Makefile +++ b/isys/pci/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -Wall -g -DTESTING +CFLAGS = -Wall -g LOADLIBES = -lpci LDFLAGS = -g |