mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 10:23:54 +00:00
Add dependency on the generated config.h file for pptp.c and version.c. Signed-off-by: Jesse Zhang <sen.zhang@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
20 lines
538 B
Diff
20 lines
538 B
Diff
pptp.c and version.c depend on config.h
|
|
|
|
Upstream-Status: Backport
|
|
|
|
Upstream has already similar fixes. Will be available on next release.
|
|
|
|
Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
|
|
|
|
--- a/Makefile 2013-02-27 17:09:24.431226665 +0800
|
|
+++ b/Makefile 2013-02-27 17:09:03.442075550 +0800
|
|
@@ -43,6 +43,8 @@
|
|
pptpsetup.8: pptpsetup
|
|
pod2man $? > $@
|
|
|
|
+pptp.o version.o: config.h
|
|
+
|
|
config.h:
|
|
echo "/* text added by Makefile target config.h */" > config.h
|
|
echo "#define PPTP_LINUX_VERSION \"$(VERSION)$(RELEASE)\"" >> config.h
|