Ben Collins hace 25 años
padre
commit
1fc8c4bb4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Makefile.in

+ 1 - 1
lib/Makefile.in

@@ -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) $@