Subject:
|
util/dll-src makefile patch
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Thu, 18 Jan 2001 05:36:38 GMT
|
Viewed:
|
1404 times
|
| |
| |
Hi,
Here is a set of patches for util/dll-src/Makefile against the current cvs
version. The first patch avoids the need of a symbolic link to lnp.c under
unix. Can somebody please let me know if it works under windows. The other
patches are for consistency with other Makfiles.
Pat
RCS file: /cvsroot/legOS/legOS/util/dll-src/Makefile,v
retrieving revision 1.3
diff -r1.3 Makefile
14c14
< SRCS1=loader.c rcxtty.c keepalive.c lnp.c lx.c
---
> SRCS1=loader.c rcxtty.c keepalive.c ../../kernel/lnp.c lx.c
48c48
< $(CC) -o $*.o -c $*.c $(CFLAGS)
---
> $(CC) -o $@ -c $< $(CFLAGS)
51c51
< $(CC) -o $*$(EXT) $*.c $(CFLAGS)
---
> $(CC) -o $@ $< $(CFLAGS)
|
|
Message has 1 Reply:
2 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|