diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 11:46:03 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 12:06:11 +0100 |
commit | 4327ec0deee4b5362354bd4bc0ec885a412cd071 (patch) | |
tree | 5ce6ce3b4b2408d57cba606f9e22559fcac2d46a /basctl/inc | |
parent | e5c11afa976b03cb55d33cf09e57ccec286ddb9b (diff) |
Clean up makefiles
Diffstat (limited to 'basctl/inc')
-rw-r--r-- | basctl/inc/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/inc/makefile.mk b/basctl/inc/makefile.mk index 6cb80f1dc5bc..894c77722abc 100644 --- a/basctl/inc/makefile.mk +++ b/basctl/inc/makefile.mk @@ -24,6 +24,7 @@ # for a copy of the LGPLv3 License. # #************************************************************************* + PRJ=.. PRJNAME=basctl @@ -44,4 +45,3 @@ ALLTAR : \ $(SLO)$/precompiled_ex.pch .ENDIF # "$(ENABLE_PCH)"!="" - |