diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-28 14:40:39 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-31 23:03:30 +0200 | 
| commit | 0f8b5fd5a05c1261061a94270218b701c1298719 (patch) | |
| tree | 56f77d1193b5334247fc91e7d98e163a83c2347a /qpb/Makefile | |
| parent | ddfeb48652f8318acc8b18c2c377515de2bf1b31 (diff) | |
build: non-recursive qpb & fpm
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'qpb/Makefile')
| -rw-r--r-- | qpb/Makefile | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/qpb/Makefile b/qpb/Makefile new file mode 100644 index 0000000000..2237def02c --- /dev/null +++ b/qpb/Makefile @@ -0,0 +1,10 @@ +all: ALWAYS +	@$(MAKE) -s -C .. fpm/libfrr_pb.la +%: ALWAYS +	@$(MAKE) -s -C .. fpm/$@ + +Makefile: +	#nothing +ALWAYS: +.PHONY: ALWAYS makefiles +.SUFFIXES:  | 
