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
emacs
emacs
Commits
65583c24
Commit
65583c24
authored
Jul 24, 1992
by
Roland McGrath
Browse files
*** empty log message ***
parent
b2830f36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/Makefile.in
src/Makefile.in
+3
-3
No files found.
src/Makefile.in
View file @
65583c24
...
...
@@ -11,7 +11,7 @@ SHELL = /bin/sh
all
:
xmakefile doall
doall
:
$(MAKE)
CC
=
${CC}
$(MAKEOVERRIDES)
-f
xmakefile
${MFLAGS}
all
$(MAKE)
CC
=
'
${CC}
'
-f
xmakefile
${MFLAGS}
all
#This is used in making a distribution.
#Do not use it on development directories!
...
...
@@ -24,12 +24,12 @@ clean:
xemacs
:
xmakefile doxemacs
doxemacs
:
$(MAKE)
$(MAKEOVERRIDES)
-f
xmakefile
${MFLAGS}
xemacs
$(MAKE)
-f
xmakefile
${MFLAGS}
xemacs
temacs
:
xmakefile dotemacs
dotemacs
:
$(MAKE)
$(MAKEOVERRIDES)
-f
xmakefile
${MFLAGS}
temacs
$(MAKE)
-f
xmakefile
${MFLAGS}
temacs
# If you have a problem with cc -E here, changing
# the definition of CPP above may fix it.
...
...
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