projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
replace some ifeq with prettier ifdef
[libav.git]
/
common.mak
diff --git
a/common.mak
b/common.mak
index
66297ef
..
62dddcd
100644
(file)
--- a/
common.mak
+++ b/
common.mak
@@
-4,7
+4,7
@@
all: # make "all" default target
-if
eq ($(SUBDIR),)
+if
ndef SUBDIR
vpath %.c $(SRC_DIR)
vpath %.h $(SRC_DIR)
vpath %.S $(SRC_DIR)