Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
41c98a5e
Commit
41c98a5e
authored
Oct 30, 2006
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (lwlib-utils.o): Use CPPFLAGS.
parent
1ea69d1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lwlib/ChangeLog
lwlib/ChangeLog
+4
-0
lwlib/Makefile.in
lwlib/Makefile.in
+1
-1
No files found.
lwlib/ChangeLog
View file @
41c98a5e
2006-10-30 Chong Yidong <cyd@stupidchicken.com>
* Makefile.in (lwlib-utils.o): Use CPPFLAGS.
2006-09-15 Jay Belanger <belanger@truman.edu>
* COPYING: Replace "Library Public License" by "Lesser Public
...
...
lwlib/Makefile.in
View file @
41c98a5e
...
...
@@ -47,7 +47,7 @@ liblw.a: $(OBJS)
# Depend on Makefile so that we recompile if TOOLKIT_DEFINES changes.
lwlib.o
:
$(srcdir)/lwlib.c Makefile
$(CC)
-c
$(TOOLKIT_DEFINES)
$(ALL_CFLAGS)
$(srcdir)
/lwlib.c
$(CC)
-c
$(CPPFLAGS)
$(TOOLKIT_DEFINES)
$(ALL_CFLAGS)
$(srcdir)
/lwlib.c
lwlib-utils.o
:
lwlib-utils.c lwlib-utils.h
lwlib.o
:
lwlib.c lwlib.h lwlib-int.h lwlib-Xaw.h lwlib-Xlw.h
...
...
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