From 8e255b8bda61e99e18d8aed456fa0131012acca6 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Mon, 7 Apr 2008 22:17:47 +0000 Subject: replace some ifeq with prettier ifdef Originally committed as revision 12764 to svn://svn.ffmpeg.org/ffmpeg/trunk --- common.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mak') diff --git a/common.mak b/common.mak index 66297ef5a1..62dddcd5cf 100644 --- a/common.mak +++ b/common.mak @@ -4,7 +4,7 @@ all: # make "all" default target -ifeq ($(SUBDIR),) +ifndef SUBDIR vpath %.c $(SRC_DIR) vpath %.h $(SRC_DIR) vpath %.S $(SRC_DIR) -- cgit v1.2.3