1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-19 23:28:39 +02:00
openwrt-packages/devel/flex/patches/100-disable-all-dirs-except-src.patch

17 lines
236 B
Diff
Raw Normal View History

--- a/Makefile.am
+++ b/Makefile.am
@@ -42,12 +42,7 @@ EXTRA_DIST = \
autogen.sh
SUBDIRS = \
- src \
- doc \
- examples \
- po \
- tests \
- tools
+ src
# Create the ChangeLog, but only if we're inside a git working directory