소스 검색

Apply suggestion from Andrew for srcdir functionality.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1533 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 18 년 전
부모
커밋
a316334d31
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      exec/Makefile

+ 1 - 1
exec/Makefile

@@ -32,7 +32,7 @@
 
 # Include configuration
 #
-srcdir:=$(CURDIR)/../
+srcdir ?= $(CURDIR)/../
 
 include $(srcdir)Makefile.inc