]> git.saurik.com Git - apt.git/commitdiff
Glitch in the program rule
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:51:48 +0000 (16:51 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:51:48 +0000 (16:51 +0000)
Author: jgg
Date: 1998-11-29 01:36:57 GMT
Glitch in the program rule

buildlib/program.mak

index 41454ad72e50e6cd731723864fe6aa21a92d4811..792c7d522f52fa5b89681e2c367466245af3763e 100644 (file)
@@ -12,7 +12,7 @@
 # Some local definitions
 LOCAL := $(PROGRAM)
 $(LOCAL)-OBJS := $(addprefix $(OBJ)/,$(addsuffix .o,$(notdir $(basename $(SOURCE)))))
-$(LOCAL)-DEP := $(addprefix $(DEP)/,$(addsuffix .d,$(notdir $(basename $(SOURCE)))))
+$(LOCAL)-DEP := $(addprefix $(DEP)/,$(addsuffix .o.d,$(notdir $(basename $(SOURCE)))))
 $(LOCAL)-BIN := $(BIN)/$(PROGRAM)
 $(LOCAL)-SLIBS := $(SLIBS)