Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
a2813859
Commit
a2813859
authored
May 07, 2004
by
deuce
Browse files
Fix error in last commit.
parent
d5dca14d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/xpdev/Common.gmake
src/xpdev/Common.gmake
+4
-4
No files found.
src/xpdev/Common.gmake
View file @
a2813859
...
...
@@ -16,11 +16,11 @@ endif
# Compiler-specific options
CFLAGS += -MMD
ifdef BUILD_DEPENDS
CC ?= gcc
CCPRE := $(CC)
CCPRE ?= gcc
CC = $(XPDEV)/../build/mkdep -a
CXX = $(XPDEV)/../build/mkdep -a
LD = echo
CC := $(XPDEV)/../build/mkdep -a
CXX := $(XPDEV)/../build/mkdep -a
LD := echo
COMPILE_MSG := Depending
else
CC ?= gcc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment