Ben Collins 25 yıl önce
ebeveyn
işleme
1fc8c4bb4b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      lib/Makefile.in

+ 1 - 1
lib/Makefile.in

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