File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LPATH := audio
55LSRC := $(wildcard $(LPATH ) /* .cc)
66LPRODUCTS :=
77
8- # u7audiotool_SRC := u7audiotool.o
8+ # u7audiotool_OBJ := u7audiotool.o
99
1010# Common rules
1111# include common.mk
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ LPRODUCTS := confregress
88CONF_COMMON := ../conf/Configuration.o ../conf/XMLEntity.o
99
1010
11- confregress_SRC := xmain.o $(CONF_COMMON ) ../files/utils.o
11+ confregress_OBJ := xmain.o $(CONF_COMMON ) ../files/utils.o
1212
1313# Common rules
1414include common.mk
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LPATH := files
55LSRC := $(wildcard $(LPATH ) /* .cc)
66LPRODUCTS := rwregress
77
8- rwregress_SRC := rwregress.o
8+ rwregress_OBJ := rwregress.o
99
1010# Common rules
1111include common.mk
Original file line number Diff line number Diff line change 1+ config.h
2+ config.h.in
You can’t perform that action at this time.
0 commit comments