소스 검색

Fix bzip2 makefile

Miku AuahDark 3 년 전
부모
커밋
35eacd0585
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -218,7 +218,7 @@ $(BZIP2_FILE)/Makefile: $(BZIP2_FILE).tar.gz
 	touch $(BZIP2_FILE)/Makefile
 
 installdir/bzip2installed.txt: $(BZIP2_FILE)/Makefile
-	cd $(BZIP2_FILE) && $(MAKE) install -j$(NUMBER_OF_PROCESSORS) CFLAGS="-fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64" LDFLAGS="-Wl,-rpath,'\$ORIGIN/../lib'" PREFIX=$INSTALLPREFIX
+	cd $(BZIP2_FILE) && $(MAKE) install -j$(NUMBER_OF_PROCESSORS) CFLAGS="-fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64" LDFLAGS="-Wl,-rpath,'\$ORIGIN/../lib'" PREFIX=$(INSTALLPREFIX)
 	touch installdir/bzip2installed.txt
 
 # FreeType