diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2004-02-25 11:47:01 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2004-02-25 11:47:01 +0000 |
commit | 61975e42b6284df5636b5200129abca7125adcd9 (patch) | |
tree | 7f9a3604a11b49871dedae9d65c5ade09615f93d /devel/msp430-libc/pkg-plist | |
parent | dbace80aa26917a8add5bf2d43b6fc08ed57577d (diff) |
Notes
Diffstat (limited to 'devel/msp430-libc/pkg-plist')
-rw-r--r-- | devel/msp430-libc/pkg-plist | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/msp430-libc/pkg-plist b/devel/msp430-libc/pkg-plist index f684a619330a..78f2bca9f350 100644 --- a/devel/msp430-libc/pkg-plist +++ b/devel/msp430-libc/pkg-plist @@ -91,11 +91,12 @@ %%LIBC_TARG%%/lib/crt430x155.o %%LIBC_TARG%%/lib/crt430x156.o %%LIBC_TARG%%/lib/crt430x157.o -%%LIBC_TARG%%/lib/crt430x1610.o -%%LIBC_TARG%%/lib/crt430x1611.o %%LIBC_TARG%%/lib/crt430x167.o %%LIBC_TARG%%/lib/crt430x168.o %%LIBC_TARG%%/lib/crt430x169.o +%%LIBC_TARG%%/lib/crt430x1610.o +%%LIBC_TARG%%/lib/crt430x1611.o +%%LIBC_TARG%%/lib/crt430x1612.o %%LIBC_TARG%%/lib/crt430x311.o %%LIBC_TARG%%/lib/crt430x312.o %%LIBC_TARG%%/lib/crt430x313.o @@ -132,8 +133,6 @@ %%LIBC_TARG%%/share/mspgcc/doc/FAQ %%LIBC_TARG%%/share/mspgcc/doc/volatil %%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/config.h -%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/depend.mak -%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/environ.mak %%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/Makefile %%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/README.txt %%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/test.c @@ -678,8 +677,6 @@ %%LIBC_TARG%%/share/mspgcc/examples/slac019/fet440_wdt02.c %%LIBC_TARG%%/share/mspgcc/examples/slac019/Makefile %%LIBC_TARG%%/share/mspgcc/examples/tasker/config.h -%%LIBC_TARG%%/share/mspgcc/examples/tasker/depend.mak -%%LIBC_TARG%%/share/mspgcc/examples/tasker/environ.mak %%LIBC_TARG%%/share/mspgcc/examples/tasker/main.c %%LIBC_TARG%%/share/mspgcc/examples/tasker/Makefile %%LIBC_TARG%%/share/mspgcc/examples/tasker/README.txt @@ -788,4 +785,4 @@ @dirrm %%LIBC_TARG%%/share/mspgcc/examples @dirrm %%LIBC_TARG%%/share/mspgcc/doc @dirrm %%LIBC_TARG%%/share/mspgcc -@unexec rmdir %D/%%LIBC_TARG%%/share 2>/dev/null || true
\ No newline at end of file +@unexec rmdir %D/%%LIBC_TARG%%/share 2>/dev/null || true |