Fixed typo in the shared lib rule
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:30 +0000 (16:53 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:30 +0000 (16:53 +0000)
Author: jgg
Date: 1999-04-12 04:15:43 GMT
Fixed typo in the shared lib rule

buildlib/library.mak

index b0cf476..54acb6d 100644 (file)
@@ -45,7 +45,7 @@ $(LIB)/lib$(LIBRARY).so: $(LIB)/lib$(LIBRARY).so.$(MAJOR).$(MINOR)
        
 # The binary build rule
 $(LIB)/lib$(LIBRARY).so.$(MAJOR).$(MINOR): $($(LOCAL)-HEADERS) $($(LOCAL)-OBJS)
-       -rm -f lib$($(@F)-LIBRARY).so* 2> /dev/null
+       -rm -f $(LIB)/lib$($(@F)-LIBRARY).so* 2> /dev/null
        echo Building shared library $@
        $(CXX) $(CXXFLAGS) $(LDFLAGS) $(PICFLAGS) $(LFLAGS) -o $@ \
           -Wl,-soname -Wl,$($(@F)-SONAME) -shared $(filter %.opic,$^) \