mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 18:29:04 +08:00
14 lines
280 B
Diff
14 lines
280 B
Diff
|
diff --git a/Makefile.am b/Makefile.am
|
||
|
index b14f9d78..2df82fe3 100644
|
||
|
--- a/Makefile.am
|
||
|
+++ b/Makefile.am
|
||
|
@@ -4,7 +4,7 @@ else
|
||
|
ORDER=modules src
|
||
|
endif
|
||
|
# Order: nls before specs
|
||
|
-SUBDIRS=include $(ORDER) nls man specs
|
||
|
+SUBDIRS=include $(ORDER) nls
|
||
|
|
||
|
ACLOCAL_AMFLAGS = -I m4
|
||
|
|