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/telegps-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/telegps-v0.1')
-rw-r--r-- | src/telegps-v0.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telegps-v0.1/Makefile b/src/telegps-v0.1/Makefile index 64deddc6..170294e6 100644 --- a/src/telegps-v0.1/Makefile +++ b/src/telegps-v0.1/Makefile @@ -82,7 +82,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) $(OBJ): $(INC) |