repositories
/
Project_algorithmic_C.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3de18b0
)
Spell fix.
master
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Thu, 31 Oct 2019 20:49:01 +0000
(21:49 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Thu, 31 Oct 2019 20:49:01 +0000
(21:49 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 639170dc0b18da7ff2f3f1715f6d0c1360ce3086..eed8855cbb7e7d2778d78ba41129e0223b0c15da 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-78,7
+78,7
@@
POSTCOMPILE = mv -f $(DEPDIR)/$(notdir $*).Td $(DEPDIR)/$(notdir $*).d
ifeq ($(findstring CYGWIN_NT,$(UNAME)),CYGWIN_NT)
CYGWIN_DLIBRARY_NAME := $(subst lib,cyg,$(LIBRARY_NAME))
GOLD_SUPPORT = no
-# Cygwin ncurses do not contain tinfo
+# Cygwin ncurses do
es
not contain tinfo
LDLIBS := $(filter-out -ltinfo,$(LDLIBS))
BINARY_SUFFIX := .exe
DLIB_SUFFIX := .dll