2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* scitab/Makefile.am: Remove stray blank from SCITAB rule.
This commit is contained in:
Joel Sherrill
2001-09-21 15:02:20 +00:00
parent ceb9f8f0e4
commit 1344bf2360
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* scitab/Makefile.am: Remove stray blank from SCITAB rule.
2001-08-01 Radzislaw Galler <rgaller@et.put.poznan.pl>
* include/bsp.h: Disabled redefinition of

View File

@@ -25,7 +25,7 @@ $(PGM): $(OBJS)
$(make-rel)
scitab.c: $(SHGEN)
$(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
$(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile