소스 검색

* getret target was wrong

pierre 26 년 전
부모
커밋
a00c07dadc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tests/Makefile

+ 2 - 2
tests/Makefile

@@ -268,8 +268,8 @@ tests : clean all_compilations
 
 cont_tests : all_compilations
 
-getret$(EXTEXT) : getret.pp
-	$(COMPILER) getret
+getret$(EXEEXT) : getret.pp
+	$(FPC) getret
 	
 ifndef inlinux