(EXEEXT): New.

(util, client, server): Use it.
This commit is contained in:
Markus Armbruster 2006-01-15 18:07:58 +00:00
parent 441c314f1e
commit 99975ef076
2 changed files with 7 additions and 3 deletions

View file

@ -52,6 +52,10 @@ termlibs := @termlibs@
CCDEPMODE := @CCDEPMODE@
@am__fastdepCC_TRUE@how_to_dep := fast
@am__fastdepCC_FALSE@@AMDEP_TRUE@how_to_dep := depcomp
EXEEXT := @EXEEXT@
ifneq (@OBJEXT@,o)
$(error This makefile can't cope with your compiler's object file names)
endif
AWK := @AWK@
INSTALL := @INSTALL@