소스 검색

Move config stuff to a file named "Config". Makes sense to me...

Eric Andersen 25 년 전
부모
커밋
48b5bb26b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Rules.mak

+ 1 - 1
Rules.mak

@@ -23,7 +23,7 @@
 # Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
-include Config
+include $(TOPDIR)Config
 
 GCCINCDIR = $(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp")