]> err.no Git - dpkg/commitdiff
fix typo
authorBen Collins <bcollins@debian.org>
Thu, 15 Feb 2001 17:29:01 +0000 (17:29 +0000)
committerBen Collins <bcollins@debian.org>
Thu, 15 Feb 2001 17:29:01 +0000 (17:29 +0000)
lib/Makefile.in

index a90888eb5f66fff13895afc61e34d5c2aaaec04e..9ecc3f1af9bf2946dc21ace768f62e3df7f16b92 100644 (file)
@@ -17,7 +17,7 @@ ALL_CFLAGS    += -DCOPYINGFILE=\"$(copyingfile)\"
 .PHONY: all
 all:: libdpkg.a
        
-libdpkg.a: $(OBJECTS) ../opt/*.o
+libdpkg.a: $(OBJECTS) ../optlib/*.o
        $(AR) r $@ $^
        $(RANLIB) $@