diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-02 10:47:46 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-04 13:13:12 +0100 |
commit | 5efc793653950ea8efcd9638a0669a62a9e662c8 (patch) | |
tree | 2a7f50368bb764eb439b6f1170c4f2c40e87aac6 /redland | |
parent | 717aff55d2d2fa021a6ee479c93ce12b973cc3da (diff) |
it seems this is not necessary after all
Maybe it depends on the day of the week or something like that...
Diffstat (limited to 'redland')
-rw-r--r-- | redland/raptor/makefile.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/redland/raptor/makefile.mk b/redland/raptor/makefile.mk index 9143f99d6abb..a2a3bd36e85f 100644 --- a/redland/raptor/makefile.mk +++ b/redland/raptor/makefile.mk @@ -97,14 +97,6 @@ BUILD_ACTION=$(GNUMAKE) BUILD_FLAGS+= -j$(EXTMAXPROCESS) BUILD_DIR=$(CONFIGURE_DIR) -# Hack to get librdf.dll linked on mingw. I am already wearied of -# fighting libtool's pseudo-intelligence, so I am just going to go with -# the flow here. -ALL : $(OUT)/lib/libraptor.la - -$(OUT)/lib/libraptor.la : $(MISC)/build/so_built_so_raptor - $(SED) "/^dlname/s@='@='../bin/@" $(MISC)/build/$(TARFILE_NAME)/src/libraptor.la > $@ - .ELSE # there is no wntmsci build environment in the tarball; we use custom dmakefile |