diff options
| author | Keith Packard <keithp@keithp.com> | 2013-10-10 00:00:05 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-10-10 00:01:26 -0700 |
| commit | d8d3835fedf9b7c4d203f321e72c2b086ebb3b97 (patch) | |
| tree | 3a1dc1e645d3e2d83421c036765912714bcdde25 /src/telelco-v0.1 | |
| parent | 7f6cbfac7c1965add91ebfc28ca3eac4561b4fb6 (diff) | |
altos: Use installed pdclib
Switch over to the installed pdclib everywhere
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telelco-v0.1')
| -rw-r--r-- | src/telelco-v0.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telelco-v0.1/Makefile b/src/telelco-v0.1/Makefile index 24083308..0f61788c 100644 --- a/src/telelco-v0.1/Makefile +++ b/src/telelco-v0.1/Makefile @@ -76,7 +76,7 @@ OBJ=$(SRC:.c=.o) all: $(PROG) $(PROG): Makefile $(OBJ) altos.ld - $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(OBJ) $(SAT_CLIB) -lgcc + $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(OBJ) $(LIBS) ../altitude.h: make-altitude nickle $< > $@ |
