diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 11:53:23 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-04 12:45:54 +0100 |
commit | d01f0bea9307a56f00916715eeae4839e403f1be (patch) | |
tree | 5100c39355a029451ac6883f75a77b2fbb0f6c17 /cppuhelper | |
parent | d83bc2c263f20f72e2181b484d010cc6218a6b0a (diff) |
Clean up makefiles
Diffstat (limited to 'cppuhelper')
-rwxr-xr-x | cppuhelper/test/testlib/makefile.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cppuhelper/test/testlib/makefile.mk b/cppuhelper/test/testlib/makefile.mk index edaba0c65..b53f6ebab 100755 --- a/cppuhelper/test/testlib/makefile.mk +++ b/cppuhelper/test/testlib/makefile.mk @@ -24,6 +24,7 @@ # for a copy of the LGPLv3 License. # #************************************************************************* + LINKFLAGSDEFS="" PRJ=..$/.. @@ -56,9 +57,6 @@ LIB!:=$(LIB);$(PERLLIBS) # --- Files -------------------------------------------------------- -#CFLAGS += -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC -I/develop6/update/dev/solenv/unxlngi3/lib/perl5/5.6.0/i686-linux/CORE/ -#CFLAGS += -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -KPIC -I/develop6/update/dev/solenv/unxsols2/lib/perl5/5.6.0/sun4-solaris/CORE - SLOFILES= $(SLO)$/defbootstrap_lib.obj SHL1TARGET=$(TARGET) |