We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4a87b commit 51bfbe2Copy full SHA for 51bfbe2
Makefile
@@ -78,13 +78,13 @@ vpddecode : vpddecode.o vpdopt.o util.o
78
#
79
80
dmidecode.o : dmidecode.c version.h types.h util.h config.h dmidecode.h \
81
- dmiopt.h dmioem.h
+ dmiopt.h dmioem.h dmioutput.h
82
$(CC) $(CFLAGS) -c $< -o $@
83
84
dmiopt.o : dmiopt.c config.h types.h util.h dmidecode.h dmiopt.h
85
86
87
-dmioem.o : dmioem.c types.h dmidecode.h dmioem.h
+dmioem.o : dmioem.c types.h dmidecode.h dmioem.h dmioutput.h
88
89
90
dmioutput.o : dmioutput.c types.h dmioutput.h
0 commit comments