src/Makefile: Change order of dependencies so a clean checkout builds

There still seem to be some issues with the _decode.o dependencies, but
this will eventually build through.
This commit is contained in:
Daniel Willmann 2015-11-20 19:52:00 +01:00
parent 9614d9aea7
commit cc5f7cafa2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ rua/libosmo-asn1-rua.a:
ranap/libosmo-asn1-ranap.a:
$(MAKE) -C ranap
hnbgw: iu_helpers.o asn1helpers.o hnbgw.o hnbgw_hnbap.o hnbgw_rua.o hnbgw_ranap.o $(HNBAP_OBJS) $(RUA_OBJS) $(RANAP_OBJS) $(LIBS)
hnbgw: $(HNBAP_OBJS) $(RUA_OBJS) $(RANAP_OBJS) iu_helpers.o asn1helpers.o hnbgw.o hnbgw_hnbap.o hnbgw_rua.o hnbgw_ranap.o $(LIBS)
$(CC) $(LDFLAGS) -o $@ $^
%.o: %.c