Skip to content

Commit 995504a

Browse files
developfastvolodymyrsamotiy
authored andcommitted
Update Makefile
1 parent fa9a100 commit 995504a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/hiredis/Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
1414

1515
# Build source and Debian packages
1616
pushd ./hiredis-$(HIREDIS_VERSION)
17-
ifeq ($(CROSS_BUILD_ENVIRON), y)
18-
dpkg-buildpackage -rfakeroot -d -b -us -uc -a$(CONFIGURED_ARCH) -Pcross,nocheck -j$(SONIC_CONFIG_MAKE_JOBS) --admindir $(SONIC_DPKG_ADMINDIR)
19-
else
17+
2018
dpkg-buildpackage -rfakeroot -d -b -us -uc -j$(SONIC_CONFIG_MAKE_JOBS) --admindir $(SONIC_DPKG_ADMINDIR)
2119
popd
2220

0 commit comments

Comments
 (0)